home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global g1erSprNav, exitFrame, gLocLabel, g1erSprLoc, gMaxBoutons, gEtudAct, gEtudPrec, gEtatEtud, gSujet0, gPartie, gTraduit, gScopeCo0, gScopeCo1, gPosDebE
- set gMaxBoutons to 36
- set gLocLabel to "SU:RN CO"
- set gPosDebE to 18 * 4 * 300
- set the visible of sprite 2 to 1
- set gEtudPrec to gEtudAct
- set gEtudAct to "CO"
- if ((gEtudPrec = "SU") or (gEtudPrec = "CO")) and (gPartie <> " ") then
- nothing()
- else
- repeat with i = g1erSprLoc + 10 to gMaxBoutons
- set the visible of sprite i to 0
- end repeat
- gScopeCo0(visible, 0)
- gScopeCo0(Box, 20, 92, 280, 256)
- gScopeCo0(Restore)
- end if
- gScopeCo1(visible, 0)
- gScopeCo1(Box, 20, 296, 280, 460)
- gScopeCo1(Restore)
- end
-